type github.com/jackc/pgx/v5/pgtype.encodePlanTimestamptzCodecBinary

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamptz.go#L154: 		return encodePlanTimestamptzCodecBinary{}
		timestamptz.go#L162: type encodePlanTimestamptzCodecBinary struct{}
		timestamptz.go#L164: func (encodePlanTimestamptzCodecBinary) Encode(value any, buf []byte) (newBuf []byte, err error) {